Manage Quora Anonymous Links
Keep track of your anonymous Quora links.
什么是Manage Quora Anonymous Links?
Manage Quora Anonymous Links是由https://standaloneinstaller.com开发的Chrome扩展程序,该扩展的主要功能是“Keep track of your anonymous Quora links.”。
扩展截图
下载Manage Quora Anonymous Links扩展crx文件
下载Manage Quora Anonymous Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It saves links automatically when you post new Quora Anonymous Question or Answer. You can stop Recording links (option available on app page). There is Delete All button which clear all links. You can also delete links one by one. ---------------------------------- Quora is trademark of quora.com
扩展基本信息
名称 | Manage Quora Anonymous Links |
ID | jcfndminbpmfgmoemghepebheiklnkhi |
官方URL | https://chromewebstore.google.com/detail/manage-quora-anonymous-li/jcfndminbpmfgmoemghepebheiklnkhi |
简介 | Keep track of your anonymous Quora links. |
文件大小 | 643 KB |
安装次数 | 15 |
当前版本 | 0.0.0.2 |
更新时间 | 2018-10-31 |
上架时间 | 2018-10-31 |
评分 | 5.00/5 共1次评分 |
开发者 | https://standaloneinstaller.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://standaloneinstaller.com/privacypolicy.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Manage Quora Anonymous Links", "default_locale": "en", "description": "Keep track of your anonymous Quora links.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "version": "0.0.0.2", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.quora.com\/anonymous\/*" ], "run_at": "document_end" } ] } |