Open Self Tab
Remove tagA's target
Open Self Tabとは何ですか?
Open Self Tabはluowenbizによって開発されたChromeの拡張機能で、その主な機能は「Remove tagA's target」です。
拡張機能のスクリーンショット
Open Self Tab拡張機能のCRXファイルをダウンロード
Open Self Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
使用 www.tapd.cn 防止每次点击链接都打开新页面。
拡張機能の基本情報
名前 | Open Self Tab |
ID | jibjdbpdbnbbmgghkmaelgkekdcgabbc |
公式URL | https://chromewebstore.google.com/detail/open-self-tab/jibjdbpdbnbbmgghkmaelgkekdcgabbc |
説明 | Remove tagA's target |
ファイルサイズ | 651 KB |
インストール数 | 208 |
現在のバージョン | 1.1 |
最終更新日 | 2017-06-02 |
公開日 | 2017-06-02 |
評価 | 4.86/5 合計 7 レビュー |
開発者 | luowenbiz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Self Tab", "version": "1.1", "manifest_version": 2, "description": "Remove tagA's target", "icons": { "128": "img\/snow-128.png" }, "background": { "persistent": false, "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_title": "", "default_icon": "img\/snow.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.tapd.cn\/*" ], "css": [ "css\/contentstyle.css" ], "js": [ "js\/contentscript.js" ], "run_at": "document_end" } ] } |