Forismatic quotes

Show quote from Forismatic.com

Forismatic quotesคืออะไร?

Forismatic quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zagirov.name และคุณลักษณะหลักของมันคือ "Show quote from Forismatic.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forismatic quotes

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}