replace(URL)

Strings of the URL will be replaced based on the rules you define.

ما هو replace(URL)؟

replace(URL) هو إضافة Chrome تم تطويرها بواسطة https://ordbtk.tumblr.com، والميزة الرئيسية لها هي "Strings of the URL will be replaced based on the rules you define.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة replace(URL)

قم بتنزيل ملفات الامتداد replace(URL) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。                    

معلومات أساسية عن التمديد

الاسم replace(URL) replace(URL)
ID hnikjjnnlhpkjmbojoefmefkmncfphek
عنوان URL الرسمي https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek
الوصف Strings of the URL will be replaced based on the rules you define.
حجم الملف 47.54 KB
عدد التثبيتات 402
النسخة الحالية 0.1
آخر تحديث 2013-04-18
تاريخ النشر 2013-04-17
تقييم 3.75/5 مجموع تقييمات 8
المطور https://ordbtk.tumblr.com
نوع الدفع free
موقع الإضافة http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url
اللغات المدعومة en,ja
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "replace(URL)"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "replace(URL)",
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "version": "0.1"
}