Sixteen By Niner
Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.
Qu'est-ce que Sixteen By Niner ?
Sixteen By Niner est une extension Chrome développée par Ryan & Stef, et sa fonction principale est "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sixteen By Niner
Téléchargez les fichiers d'extension Sixteen By Niner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Save time in post by resizing your browser's viewport to the most common aspect ratio for video (16x9) in just one click. Use Sixteen By Niner with screen-recording software, then simply crop in your favorite video editor.
Informations de Base sur l'Extension
Nom | |
ID | oeiocijafjgklpiggnenkkgnclmnlbml |
URL Officiel | https://chrome.google.com/webstore/detail/sixteen-by-niner/oeiocijafjgklpiggnenkkgnclmnlbml |
Description | Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click. |
Taille du Fichier | 6.96 KB |
Nombre d'Installations | 140 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-05-12 |
Date de Publication | 2017-05-12 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Ryan & Stef |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sixteen By Niner", "short_name": "16x9'er", "author": "Ryan Williams & Stephanie Liu", "version": "1.1", "description": "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.", "icons": { "16": "16x16_icon.png", "24": "24x24_icon.png", "32": "32x32_icon.png", "48": "48x48_icon.png" }, "background": { "persistent": false, "scripts": [ "SixteenByNiner.js" ] }, "browser_action": { "default_icon": "128x128_icon.png", "default_title": "Click to make your viewport 16x9" }, "permissions": [ "tabs" ], "manifest_version": 2 } |