Aliaser
Parameterized URL Alias Utility
Aliaserคืออะไร?
Aliaser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sarahhagstrom.com และคุณลักษณะหลักของมันคือ "Parameterized URL Alias Utility"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aliaser
ดาวน์โหลดไฟล์ส่วนขยาย Aliaser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Aliaser is a Chrome extension that provides multiple-parameter URL aliasing. Currently in Chrome, you can create single-parameter aliases by customizing your Search Engines in settings. However, you can only use one '%s' parameter. This extension provides similar functionality but with multiple '%s' parameters allowed in the URL. You can also use it for your single- and no-parameter aliases, of course. The functionality is intuitive to those accustomed to using Firefox's bookmark aliases or Chrome's custom search engines. Set up your aliases in the popup box for use in the address bar. Use '%s' to denote any parameters in the aliased URL. For example set 'map' to be 'https://maps.google.com/maps?lci=%s&q=%s' in the Aliaser popup. Then type 'a ' followed by your alias and parameters to call the URL. So, for your new map alias, you would type 'a map bike 1600 Amphitheatre Pkwy Mountain View CA' in the address bar to call up a google map of Google's headquarters with the bike layer applied, or 'a map transit_comp 7400 Sand Point Way NE Seattle WA' to call up a transit map of Cascade Bicycle Club in Seattle. See the Github README for more particulars: https://github.com/sarahhagstrom/chrome-aliaser/blob/master/README.md
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Aliaser |
ID | oflebjnamhkcfcmlgncneemhbijddaae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aliaser/oflebjnamhkcfcmlgncneemhbijddaae |
คำอธิบาย | Parameterized URL Alias Utility |
ขนาดไฟล์ | 231 KB |
จำนวนการติดตั้ง | 157 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-10-29 |
วันที่เผยแพร่ | 2013-10-29 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.sarahhagstrom.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sarahhagstrom/chrome-aliaser/blob/master/README.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aliaser", "description": "Parameterized URL Alias Utility", "homepage_url": "https:\/\/github.com\/sarahhagstrom\/chrome-aliaser\/blob\/master\/README.md", "icons": { "16": "icon_s16.png", "48": "icon_s48.png", "128": "icon_s128.png" }, "version": "1.0.1", "omnibox": { "keyword": "a" }, "permissions": [ "tabs" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon_s19.png", "default_popup": "popup.html" } } |