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
官方網址 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'"
}