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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "typography, bamboo sheet, vertical reading, rotate 90 degrees, asian , hebrew, left to right, top to bottom"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Verticalize Rotate 90 degrees एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Verticalize Rotate 90 degrees |
ID | dhdfpijlmfebebnjcmpoeigbjekfmjmf |
आधिकारिक URL | 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" ] } |