Forismatic quotes

Show quote from Forismatic.com

什么是Forismatic quotes?

Forismatic quotes是由https://www.zagirov.name开发的Chrome扩展程序,该扩展的主要功能是“Show quote from Forismatic.com”。

扩展截图

screenshot
screenshot
screenshot

下载Forismatic quotes扩展crx文件

下载Forismatic quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Show smart quote from Forismatic.com in english or russian. Show last 4 quotes by click on icon.                    

扩展基本信息

名称 Forismatic quotes Forismatic quotes
ID aegemfnepncjfdnlphmlpmfaninhgafg
官方URL https://chromewebstore.google.com/detail/forismatic-quotes/aegemfnepncjfdnlphmlpmfaninhgafg
简介 Show quote from Forismatic.com
文件大小 17.46 KB
安装次数 158
当前版本 2.3.2
更新时间 2014-09-11
上架时间 2014-09-11
评分 4.79/5 共34次评分
开发者 https://www.zagirov.name
付费类型 free
帮助页面URL http://www.zagirov.name
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "description": "__MSG_extDescr__",
    "version": "2.3.2",
    "author": "Zagirov Rustam",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_lastQuote__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/api.forismatic.com\/*",
        "http:\/\/fucking-great-advice.ru\/*",
        "http:\/\/goodfuckingdesignadvice.com\/*",
        "https:\/\/ssl.google-analytics.com\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}