SubWeave
SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
SubWeaveとは何ですか?
SubWeaveはhttps://subweave.comによって開発されたChromeの拡張機能で、その主な機能は「SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!」です。
拡張機能のスクリーンショット
SubWeave拡張機能のCRXファイルをダウンロード
SubWeave拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to have alternative casual discussions with your own community by adding a live chat room to each sub. It also combines similar social media sites into a single experience in a tasteful, minimalist, and unobtrusive manner, so no matter which site you are currently browsing, you will still see content from other similar sites which you are sure to find relevant.
拡張機能の基本情報
名前 | SubWeave |
ID | epnlecnffenjokggffehjghpmahdcigo |
公式URL | https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo |
説明 | SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again! |
ファイルサイズ | 97.04 KB |
インストール数 | 43 |
現在のバージョン | 1.1.3 |
最終更新日 | 2015-07-21 |
公開日 | 2015-07-21 |
評価 | 5.00/5 合計 14 レビュー |
開発者 | https://subweave.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SubWeave", "version": "1.1.3", "manifest_version": 2, "description": "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "subweave.js" ] } ], "permissions": [ "*:\/\/*\/", "webRequest", "webRequestBlocking" ] } |