Sixteen By Niner

Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.

Sixteen By Niner क्या है?

Sixteen By Niner Ryan & Stef द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sixteen By Niner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Sixteen By Niner Sixteen By Niner
ID oeiocijafjgklpiggnenkkgnclmnlbml
आधिकारिक URL https://chrome.google.com/webstore/detail/sixteen-by-niner/oeiocijafjgklpiggnenkkgnclmnlbml
विवरण Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.
फ़ाइल का आकार 6.96 KB
स्थापना संख्या 140
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-05-12
प्रकाशन तिथि 2017-05-12
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Ryan & Stef
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}