Social Media References
Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.
什麼是Social Media References?
Social Media References是由LHQ開發的Chrome擴展程式,該擴展的主要功能是“Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.”。
擴展截圖
下載Social Media References擴展crx文件
下載Social Media References擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Changelog: * v0.0.3 - Added 'Enable automatic request' option. * v0.0.2 - Added more sites to blacklist * v0.0.1 - Initial release
擴展基本資訊
名稱 | Social Media References |
ID | lokeiablfphbmpalmakacikjccnlkpjl |
官方網址 | https://chromewebstore.google.com/detail/social-media-references/lokeiablfphbmpalmakacikjccnlkpjl |
簡介 | Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting. |
檔案大小 | 670 KB |
安裝次數 | 55 |
目前版本 | 0.0.3 |
更新時間 | 2017-09-27 |
上架時間 | 2017-09-27 |
評分 | 4.50/5 共 4 次評分 |
開發者 | LHQ |
付費類型 | free |
隱私政策頁面URL | https://gist.githubusercontent.com/plar/95c3d10a7739b9bd1f9756ffb09d0023/raw/0b4681613824a2ddfcc203d34982902592b36f96/Chrome%2520Extension%2520Privacy%2520Policy |
支援的語言 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Social Media References", "description": "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.", "version": "0.0.3", "icons": { "16": "img\/sc16.png", "48": "img\/sc48.png", "128": "img\/sc128.png" }, "background": { "scripts": [ "lib\/lodash-4.14.1.min.js", "lib\/jquery-3.1.0.min.js", "lib\/tracker.js", "lib\/dexie-1.4.1.min.js", "utils.js", "options.js", "scm.providers.js", "scm.sync.js", "background.js" ] }, "browser_action": { "name": "Social Media References", "default_icon": "img\/sc48.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "unlimitedStorage", " |