Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "trimtr",
"version": "1.3",
"description": "Google\u7ffb\u8a33\u3067\u7ffb\u8a33\u3055\u308c\u308b\u6587\u7ae0\u3092\u6587\u3054\u3068\u306b\u6539\u884c\u3057\u305f\u308a\u3001\u4e0d\u8981\u306a\u6539\u884c\u30fb\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u308a\u898b\u3084\u3059\u3044\u5f62\u306b\u6574\u5f62\u3057\u307e\u3059\u3002This tool shapes sentences that will be translated in 'Google translate'.",
"permissions": [
"activeTab",
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/translate.google.com\/*",
"https:\/\/translate.google.co.jp\/*",
"https:\/\/www.deepl.com\/*"
],
"js": [
"trimtr.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2
}