Verticalize Rotate 90 degrees
typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom
什麼是Verticalize Rotate 90 degrees?
Verticalize Rotate 90 degrees是由go Vegan開發的Chrome擴展程式,該擴展的主要功能是“typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom”。
擴展截圖
下載Verticalize Rotate 90 degrees擴展crx文件
下載Verticalize Rotate 90 degrees擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Verticalize webpage typography,
^
|
|
----->
V
e
r
t
i
c
a
l
i
z
e
like bamboo strip book in ancient asian reading , or hebrew language ,
rotate webpage with 90 degrees. 擴展基本資訊
| 名稱 | |
| ID | dhdfpijlmfebebnjcmpoeigbjekfmjmf |
| 官方網址 | https://chromewebstore.google.com/detail/verticalize-rotate-90-deg/dhdfpijlmfebebnjcmpoeigbjekfmjmf |
| 簡介 | typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom |
| 檔案大小 | 261 KB |
| 安裝次數 | 3,000 |
| 目前版本 | 2.0.1 |
| 更新時間 | 2022-11-19 |
| 上架時間 | 2020-05-04 |
| 評分 | 3.86/5 共 7 次評分 |
| 開發者 | go Vegan |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.nationearth.com/ |
| 說明頁面URL | http://www.nationearth.com/ |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f |
| 支援的語言 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"version": "2.0.1",
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icons\/shu16.png",
"48": "icons\/shu48.png",
"128": "icons\/shu128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*"
],
"js": [
"jquery\/jquery-1.11.3.min.js",
"jquery-nearest\/src\/jquery.nearest.min.js",
"jQuery.scrollIntoView\/jquery.scrollIntoView.min.js",
"TAKETORI-JS-master\/taketori.js",
"content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icons\/shu48.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"icons\/shu32.png",
"TAKETORI-JS-master\/taketori.css"
]
} | |