1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/buyili-automatic-reply-posting

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
manifest.json 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
limaoxu Отправлено 19.09.2019 12:26 6608a2d
{
"name": "Automatic reply posting",
"version": "1.0",
"description": "Automatic reply posting",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"tabs",
"webNavigation",
"webRequest",
"webRequestBlocking",
"contextMenus",
"*://bbs.gfan.com/",
"*://*/"
],
"background": {
"scripts": [
"lib/jquery/jquery-3.4.1.min.js",
"src/util.js",
"src/gfan/app.js",
"src/gfan/config.js",
"src/bbs_xiaomi/main.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
},
"default_title": "Demo",
"default_popup": "src/popup/popup.html"
},
"icons": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
},
"options_page": "src/options/options.html",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y",
"chromeos": "Ctrl+Shift+U",
"linux": "Ctrl+Shift+J"
},
"global":true
},
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"windows": "Alt+Shift+P",
"mac": "Alt+Shift+P"
},
"global":true
}
},
"manifest_version": 2
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/buyili-automatic-reply-posting.git
git@api.gitlife.ru:oschina-mirror/buyili-automatic-reply-posting.git
oschina-mirror
buyili-automatic-reply-posting
buyili-automatic-reply-posting
master