Worldview Exchange
A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.
Worldview Exchangeとは何ですか?
Worldview ExchangeはWorldview Exchangeによって開発されたChromeの拡張機能で、その主な機能は「A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.」です。
拡張機能のスクリーンショット
Worldview Exchange拡張機能のCRXファイルをダウンロード
Worldview Exchange拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | alibllehahmnpcfdjgcopcnlioaijpon |
公式URL | https://chrome.google.com/webstore/detail/worldview-exchange/alibllehahmnpcfdjgcopcnlioaijpon |
説明 | A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others. |
ファイルサイズ | 255 KB |
インストール数 | 124 |
現在のバージョン | 0.0.9 |
最終更新日 | 2019-01-02 |
公開日 | 2019-01-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Worldview Exchange |
支払い方法 | free |
拡張機能のウェブサイト | https://www.worldview.exchange/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Worldview Exchange", "description": "A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.", "version": "0.0.9", "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "page_action": { "default_popup": "options.html", "default_title": "Worldview Exchange" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/oAuth.js", "js\/sha1.js", "js\/twitter.js", "background.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*", "icons\/*" ], "content_scripts": [ { "css": [ "css\/style.css", "css\/bootstrap.min.css", "css\/tooltipster.bundle.min.css", "css\/tooltipster-sideTip-borderless.min.css" ], "js": [ "js\/jquery.min.js", "js\/jquery.mark.min.js", "js\/popper.min.js", "js\/bootstrap.min.js", "js\/tooltipster.bundle.min.js", "js\/tooltipster-selectableText.js", "content.js" ], "matches": [ "*:\/\/www.abc.net.au\/news\/*", "*:\/\/www.news.com.au\/*", "*:\/\/www.theguardian.com\/*", "*:\/\/www.9news.com.au\/*", "*:\/\/*.nine.com.au\/*", "*:\/\/www.sbs.com.au\/news\/*", "*:\/\/theconversation.com\/*" ], "exclude_globs": [ "*:\/\/www.abc.net.au\/news\/", "*:\/\/www.news.com.au\/", "*:\/\/www.theguardian.com\/", "*:\/\/www.9news.com.au\/", "*:\/\/*.nine.com.au\/", "*:\/\/www.sbs.com.au\/news\/", "*:\/\/theconversation.com\/", "*:\/\/theconversation.com\/au\/" ] }, { "matches": [ "*:\/\/www.worldview.exchange\/*" ], "js": [ "session.js" ] } ], "permissions": [ "activeTab", "declarativeContent", "tabs", "storage", "https:\/\/api.twitter.com\/*", "https:\/\/upload.twitter.com\/*", "https:\/\/use.fontawesome.com\/*", "cookies", "*:\/\/*.worldview.exchange\/*", "*:\/\/worldview.exchange\/*", "http:\/\/localhost:8000\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |