Bridge Tab Page
捕捉写作灵感利器
What is Bridge Tab Page?
Bridge Tab Page is a Chrome extension developed by gencbq, and its main feature is "捕捉写作灵感利器".
Extension Screenshots
Download Bridge Tab Page Extension CRX File
Download Bridge Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*自媒体常用网站 *每周推送优质自媒体写作课以及自媒体牛人博客 *可以通过导出配置文件的方式配置
Extension Basic Information
Name | |
ID | fimjimkeogmbopiiligeflaedoaccack |
Official URL | https://chrome.google.com/webstore/detail/bridge-tab-page/fimjimkeogmbopiiligeflaedoaccack |
Description | 捕捉写作灵感利器 |
File Size | 142 KB |
Installation Count | 18 |
Current Version | 1.1.0 |
Last Updated | 2017-11-13 |
Publish Date | 2017-11-13 |
Developer | gencbq |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bridge Tab Page", "version": "1.1.0", "minimum_chrome_version": "37", "manifest_version": 2, "description": "\u6355\u6349\u5199\u4f5c\u7075\u611f\u5229\u5668", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "https:\/\/*\/", "http:\/\/*\/", "tabs", "storage", "unlimitedStorage", "declarativeContent", "management", "activeTab" ], "chrome_url_overrides": { "newtab": "bridgeTab.html" }, "options_page": "bridgeTab.html#options", "options_ui": { "page": "bridgeTab.html#options", "chrome_style": false, "open_in_tab": true }, "web_accessible_resources": [ "newtab.html" ] } |