replace(URL)
Strings of the URL will be replaced based on the rules you define.
Apa itu replace(URL)?
replace(URL) adalah ekstensi Chrome yang dikembangkan oleh https://ordbtk.tumblr.com, dan fitur utamanya adalah "Strings of the URL will be replaced based on the rules you define.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi replace(URL)
Unduh file ekstensi replace(URL) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。
Informasi Dasar Ekstensi
Nama | replace(URL) |
ID | hnikjjnnlhpkjmbojoefmefkmncfphek |
URL Resmi | https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek |
Deskripsi | Strings of the URL will be replaced based on the rules you define. |
Ukuran File | 47.54 KB |
Jumlah Instalasi | 402 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-04-18 |
Tanggal Publikasi | 2013-04-17 |
Penilaian | 3.75/5 Total 8 Penilaian |
Pengembang | https://ordbtk.tumblr.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url |
Bahasa yang Didukung | 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" } |