Notificaciones Subcultura

Notificaciones para la página de Subcultura.es

Notificaciones Subculturaคืออะไร?

Notificaciones Subcultura เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daPhyre และคุณลักษณะหลักของมันคือ "Notificaciones para la página de Subcultura.es"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Notificaciones Subcultura ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Muestra las nuevas notificaciones de Subcultura.es y abre la página al hacer clic sobre la extensión.

¿Preguntas? ¿Sugerencias? ¿Problemas? Contacten al desarrollador en [email protected]
O entra en contacto con http://subcultura.es/user/daPhyre

11/11/11: Actualizado para compatibilidad con la nueva página                    

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

ชื่อ Notificaciones Subcultura Notificaciones Subcultura
ID daliiagblpppgnnpokibmlbaiohhgbkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notificaciones-subcultura/daliiagblpppgnnpokibmlbaiohhgbkl
คำอธิบาย Notificaciones para la página de Subcultura.es
ขนาดไฟล์ 31.16 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.9.9.2
อัปเดตครั้งล่าสุด 2013-06-24
วันที่เผยแพร่ 2013-06-23
คะแนน 4.93/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา daPhyre
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notificaciones Subcultura",
    "version": "0.9.9.2",
    "manifest_version": 2,
    "description": "Notificaciones para la p\u00e1gina de Subcultura.es",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Subcultura",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "icon48.png"
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/subcultura.es\/"
    ],
    "optional_permissions": [
        "background"
    ]
}