Frase em nova aba - www.frase.site

Frases que vão te motivar e tornar seu dia melhor! Cada aba que você abre no navegador uma nova frase inspiradora!

Frase em nova aba - www.frase.siteคืออะไร?

Frase em nova aba - www.frase.site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.frase.site และคุณลักษณะหลักของมันคือ "Frases que vão te motivar e tornar seu dia melhor! Cada aba que você abre no navegador uma nova frase inspiradora!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Frase em nova aba - www.frase.site

ดาวน์โหลดไฟล์ส่วนขยาย Frase em nova aba - www.frase.site ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        extensao                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Frase em nova aba - www.frase.site Frase em nova aba - www.frase.site
ID lhemjanhppnehifhkpfpiiakgefgpmmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/frase-em-nova-aba-wwwfras/lhemjanhppnehifhkpfpiiakgefgpmmb
คำอธิบาย Frases que vão te motivar e tornar seu dia melhor! Cada aba que você abre no navegador uma nova frase inspiradora!
ขนาดไฟล์ 12.3 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-02-17
วันที่เผยแพร่ 2016-02-13
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา www.frase.site
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.frase.site/chrome
URL หน้าช่วยเหลือ http://www.frase.site/chrome
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Frase em nova aba - www.frase.site",
    "description": "Frases que v\u00e3o te motivar e tornar seu dia melhor! Cada aba que voc\u00ea abre no navegador uma nova frase inspiradora!",
    "version": "1.0.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "images\/ico-16.png",
        "default_popup": "index.html",
        "default_title": "Nova Frase"
    },
    "icons": {
        "16": "images\/ico-16.png",
        "32": "images\/ico-32.png",
        "64": "images\/ico-64.png",
        "128": "images\/ico-128.png"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/ico-32.png"
    ]
}