A7++
Life-changing tool for translators and proofreaders on Addic7ed.com
A7++ क्या है?
A7++ A7plusplus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Life-changing tool for translators and proofreaders on Addic7ed.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में A7++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A7++ adds useful tools to View & Edit and Join Translation modes on Addic7ed.com. Main features: - RSR indicator (Reading Speed Rating), like VisualSubSync - Character counter indicating exceeding number - Improvement of text and times editing system - Multiple edition of a same sequence - Translation progress indicator - Hearing impaired indicator - Convenient chat system in both modes - User bar for sending PM, viewing profiles or reporting users without leaving subtitle page - Synchronized video bar For full description, please visit Sub-Talk forum: http://www.sub-talk.net/topic/5720-/. Requirement: be registered on addic7ed.com Source: https://github.com/A7plusplus/A7plusplus
एक्सटेंशन की मूल जानकारी
नाम | A7++ |
ID | hkeglhgjigmeachgfcahffgjaebhhflo |
आधिकारिक URL | https://chromewebstore.google.com/detail/a7++/hkeglhgjigmeachgfcahffgjaebhhflo |
विवरण | Life-changing tool for translators and proofreaders on Addic7ed.com |
फ़ाइल का आकार | 95.31 KB |
स्थापना संख्या | 179 |
वर्तमान संस्करण | 2.4.0 |
अंतिम अपडेट | 2022-10-14 |
प्रकाशन तिथि | 2019-03-13 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | A7plusplus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/A7plusplus/A7plusplus |
सहायता पृष्ठ URL | https://www.sub-talk.net/topic/4687-a7-am%C3%A9liorations-pour-les-modes-view-edit-et-join-translation/ |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "A7++", "version": "2.4.0", "description": "__MSG_A7pp_extensionDescription__", "author": "Acc\u00eant, HitOrRun, Retrojex & Mmoi", "homepage_url": "https:\/\/github.com\/A7plusplus\/A7plusplus", "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "options_ui": { "page": "settings\/options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "data\/JS\/A7Init.js", "data\/JS\/Accessors.js", "data\/JS\/CommentEvents.js", "data\/JS\/Extra.js", "data\/JS\/HTMLCreation.js", "data\/JS\/InitFunctions.js", "data\/JS\/Localization.js", "data\/JS\/Settings.js", "data\/JS\/TextEvents.js", "data\/JS\/TimeEvents.js", "data\/JS\/UpdateEvents.js", "data\/JS\/UserBarEvents.js", "data\/JS\/VideoBarEvents.js", "data\/JS\/UtilsFunctions.js" ], "matches": [ "https:\/\/www.addic7ed.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.addic7ed.com\/list.php*" ], "css": [ "data\/CSS\/Global.css", "data\/CSS\/OpenedLines.css", "data\/CSS\/Comments.css", "data\/CSS\/UserBar.css", "data\/CSS\/VideoBar.css", "data\/CSS\/Misc.css" ], "js": [ "data\/launcher.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.addic7ed.com\/translate.php*" ], "css": [ "data\/CSS\/Global.css", "data\/CSS\/OpenedLines.css", "data\/CSS\/Comments.css", "data\/CSS\/UserBar.css", "data\/CSS\/VideoBar.css", "data\/CSS\/Translate.css", "data\/CSS\/Misc.css" ], "js": [ "data\/launcher.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "host_permissions": [ "http:\/\/localhost\/*" ], "default_locale": "en" } |