Switch url

Extension which allows to switch from an url to another, or to open a new tab using the keyword go.

Switch urlคืออะไร?

Switch url เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Charly และคุณลักษณะหลักของมันคือ "Extension which allows to switch from an url to another, or to open a new tab using the keyword go."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension aims at allowing you to modify the content of an URL (eg to replace a specified word by another, for example .fr by .com).

You can also access your urls by writing the word "go" followed by your shortcut (eg "go web").


The options page allows:

1. To add new switches.

2. To manage the URLs of a switch (5 maximum per switch).

3. To define the omnibox shortcut of the switch.

4. To define the substitution behavior: all at once or one by one.
Eg : if have a switch from google.fr to google.com, and your URL is http://www.google.fr/#q=google.fr.
Url after all at one behavior: https://www.google.com/#q=google.com
Url after one by one behavior: https://www.google.com/#q=google.fr                    

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

ชื่อ Switch url Switch url
ID ajailbdaiddcookmbcoddfohpaldkpmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/switch-url/ajailbdaiddcookmbcoddfohpaldkpmp
คำอธิบาย Extension which allows to switch from an url to another, or to open a new tab using the keyword go.
ขนาดไฟล์ 71.28 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 2014.3.30
อัปเดตครั้งล่าสุด 2017-03-29
วันที่เผยแพร่ 2017-03-29
ผู้พัฒนา Charly
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_tittle__",
    "version": "2014.3.30",
    "manifest_version": 2,
    "default_locale": "fr",
    "description": "__MSG_description__",
    "options_page": "options.htm",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "go"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "__MSG_tittle__",
        "default_popup": "popup.htm"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}