Webfold
Webfold - navigate directly to hotel pages on brand.com and third party sites.
Webfold là gì?
Webfold là một tiện ích mở rộng Chrome được phát triển bởi Farhan Miah, và tính năng chính của nó là "Webfold - navigate directly to hotel pages on brand.com and third party sites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Webfold
Tải xuống các tệp mở rộng Webfold dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Webfold - a tool to navigate directly from the search bar to hotel pages on Global Web, Google Plus, Facebook, Tripadvisor, OTA sites & more.
Step 1: Type 'wf'
Step 2: Type destination shortname (see list below)
Step 3: Type CTYHOCN
Example:
'wf ta bosmfdt'
OR for translated hotel pages:
'wf ar romhiwa'
OR DLP
'wf dlp tx dallas' OR 'wf dlp mx mexico city'
Destination Names
ta = tripadvisor
bdc = booking.com
exp = expedia
hcom = hotels.com
pline = priceline
oy = oyster.com
gplus = google plus
fb = facebook.com
hrs = hrs.com
omitted = global web ('wf bosmf')
Language codes
ar = arabic
bg = bulgarian
cns = chinese simplified
cnt = chinese traditional
cs = czech
dk = danish
nl = dutch
fi = finnish
fr = french
de = german
it = italian
jp = japanese
kr = korean
no = norwegian
pl = polish
pt = portuguese
ro = romanian
ru = russian
es = spanish
se = swedish
th = thai
tr = turkish
---Version 1.4 Updates----
- ability to handle 4 letter inncodes
---Version 1.5 Updates----
- converts state codes to full names for improved accuracy
---Version 1.6/1.7 Updates----
- update to include facebook (fb + inncode)
- update to include hrs.com (hrs + inncode)
- update to include oyster (oy + inncode)
---Version 2.0 Updates----
- includes translated sites
---Version 2.3/2.4 Updates----
- DLPs
---Version 2.5 Updates----
- Instructions & demo video
---Version 2.6/2.7/2.8/2.9 Updates----
- Google Adwords Adpreview functionality
- code clean up
---Version 3.0/3.1 Updates----
- tracking-free paid ads landing page viewer from Google search page Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | akihdgnpjepkeiahfnkpmcgdbcjjoohg |
| URL Chính Thức | https://chromewebstore.google.com/detail/webfold/akihdgnpjepkeiahfnkpmcgdbcjjoohg |
| Mô tả | Webfold - navigate directly to hotel pages on brand.com and third party sites. |
| Kích Thước Tệp | 1.33 MB |
| Số Lần Cài Đặt | 40 |
| Phiên Bản Hiện Tại | 3.5 |
| Cập Nhật Lần Cuối | 2014-09-08 |
| Ngày Phát Hành | 2014-09-08 |
| Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
| Nhà Phát Triển | Farhan Miah |
| Loại Thanh Toán | free |
| Ngôn Ngữ Được Hỗ Trợ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Webfold",
"description": "Webfold - navigate directly to hotel pages on brand.com and third party sites.",
"omnibox": {
"keyword": "wf"
},
"browser_action": {
"name": "Manipulate DOM",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"jquery.js",
"dom.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"scripts": [
"background.js",
"arrays.js",
"jquery.js",
"dom.js"
]
},
"version": "3.5",
"minimum_chrome_version": "9",
"manifest_version": 2
} | |