World of Manga

Ajoute une icône dans la barre d'adresse sur goodreads, imdb, anime news network, wiki.d-addicts et mangaupdates qui en la cliquant…

World of Mangaคืออะไร?

World of Manga เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ea และคุณลักษณะหลักของมันคือ "Ajoute une icône dans la barre d'adresse sur goodreads, imdb, anime news network, wiki.d-addicts et mangaupdates qui en la cliquant…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย World of Manga

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

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

                        Ajoute une icône dans la barre d'adresse sur goodreads, imdb, anime news network, wiki.d-addicts et mangaupdates qui en la cliquant nous amène sur la fiche équivalente du forum world of manga.                    

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

ชื่อ World of Manga World of Manga
ID ecpaekkonbaigmmobjkjnnmncceebnld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/world-of-manga/ecpaekkonbaigmmobjkjnnmncceebnld
คำอธิบาย Ajoute une icône dans la barre d'adresse sur goodreads, imdb, anime news network, wiki.d-addicts et mangaupdates qui en la cliquant…
ขนาดไฟล์ 14.58 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2012-09-21
วันที่เผยแพร่ 2012-09-21
ผู้พัฒนา ea
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.world-of-manga.com/
URL หน้าช่วยเหลือ http://www.world-of-manga.com/t2030
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World of Manga",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.mangaupdates.com\/series.html?genre=*",
                "http:\/\/www.mangaupdates.com\/series.html?id=*",
                "http:\/\/www.mangaupdates.com\/groups.html?id=*",
                "http:\/\/www.mangaupdates.com\/publishers.html?id=*",
                "http:\/\/www.mangaupdates.com\/authors.html?id=*",
                "http:\/\/wiki.d-addicts.com\/*",
                "http:\/\/www.goodreads.com\/book\/show\/*",
                "http:\/\/www.goodreads.com\/author\/show\/*",
                "http:\/\/www.goodreads.com\/characters\/*",
                "http:\/\/www.goodreads.com\/series\/*",
                "http:\/\/www.goodreads.com\/genres\/*",
                "http:\/\/www.goodreads.com\/places\/*",
                "http:\/\/www.imdb.com\/title\/tt*\/",
                "http:\/\/www.imdb.com\/genre\/*",
                "http:\/\/www.imdb.com\/title\/tt*\/",
                "http:\/\/www.imdb.com\/name\/nm*\/",
                "http:\/\/www.imdb.com\/year\/1994\/",
                "http:\/\/www.imdb.com\/character\/ch*\/",
                "http:\/\/www.imdb.com\/keyword\/*",
                "http:\/\/www.imdb.com\/country\/*",
                "http:\/\/www.imdb.com\/language\/*",
                "http:\/\/www.imdb.com\/company\/co*\/",
                "http:\/\/www.animenewsnetwork.com\/encyclopedia\/anime.php?id=*",
                "http:\/\/www.animenewsnetwork.com\/encyclopedia\/people.php?id=*",
                "http:\/\/www.animenewsnetwork.com\/encyclopedia\/people.php?id=*",
                "http:\/\/www.animenewsnetwork.com\/encyclopedia\/company.php?id=*",
                "http:\/\/www.animenewsnetwork.com\/encyclopedia\/manga.php?id=*"
            ],
            "js": [
                "requesting.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}